home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
doors_1
/
doorsec.zip
/
DOORSEC.DOC
next >
Wrap
Text File
|
1991-10-31
|
787b
|
26 lines
DOORSEC for Wildcat v3.0x+ ONLY. (c) 1991 Karl Schneider
S & H Engineering
8505 Woodwick Ct.
Tampa, FL 33615
813-884-9661 voice day/eve, AGORA BBS midnite-0600 EST. 14.4 HST.
DOORSEC is just a little 'interceptor' program that will allow a
caller access to a Door or Hook ONLY if he has the EXACT Security
Level in the command line. This could be used to keep previously
verified/upgraded users from accessing a callback or other door/hook.
Usage is simple. In the .BAT or .RUN file, just put:
doorsec wc3
if errorlevel 1 goto end
--do the door here--
:end
Just be sure you spell the security level name properly, as defined
in Makewild. cASe does not matter. wc3 means the same thing as
WC3; newuser works the same as Newuser or NEWUSER.
-eof-